 |
Phonon (KDE) Totally Explained
|
|  |
|
NEW! |
All the latest news in the worlds of
computer gaming,
entertainment,
the environment,
finance,
health,
politics,
science,
stocks & shares,
technology
and much,
much,
more.
|
Everything about Phonon Kde totally explainedPhonon is the cross platform multimedia API for KDE 4. Phonon was created as a solution to several problems commonly faced by unix desktops for multimedia. Phonon itself isn't a multimedia framework, but interfaces with existing frameworks such as GStreamer or Xine via backends. Phonon allows all multimedia frameworks it supports to be accessed through a simple API. This prevents problems like frameworks becoming unmaintained, API instability, and KDE depending on a single framework. Phonon isn't limited to unix and backends are being developed to support Windows and Mac OS X by Trolltech.
For example, a file can be played in only a few lines of C++ code, an order of magnitude less than required using the old audio framework ( aRts)
MediaObject *media = new MediaObject(this);
media->setCurrentSource("soundfile.ogg");
media->play;
Phonon reduces redundant and difficult work done by developers, while not having every conceivable multimedia feature it does provide a simple way to perform common functions of media players. Though some developers may require more control over a backend than Phonon can provide
Phonon is able to switch multimedia frameworks on the fly. The user is able to switch between frameworks even while listening to music, with only a slight pause during the switch. This change is also system wide, affecting all applications that use Phonon, so changing frameworks will be much easier.
Using Solid, Phonon will give the users greater control over accessories like headsets, speakers, and microphones. An example was given that you could have a VoIP conversation only be played through your headset, but have all other sounds come out through speakers.. Phonon also gives developers much easier access to multimedia hardware like webcams, which Phonon will be able to record from by the release of KDE 4.1.
Trolltech
Trolltech uses Phonon in its Qt 4.4 release to provide cross platform audio/video playback.
Further Information
Get more info on 'Phonon Kde'.
|
External Link Exchanges
Do you know how hard it is to get a link from a large encyclopaedia? Well we're different and will prove it. To get a link from us just add the following HTML to your site on a relevant page:
<a href="http://phonon__kde.totallyexplained.com">Phonon (KDE) Totally Explained</a>
Then simply click through this link from your web page. Our crawlers will verify your link, extract the title of your web page and instantly add a link back to it. If you like you can remove the words Totally Explained and embed the link in article text.
As long as your link remains in place, we'll keep our link to you right here. Please play fair - our crawlers are watching. Your site must be closely related to this one's topic. Any kind of spamming, dubious practises or removing the link will result in your link from us being dropped and, potentially, your whole site being banned. |
|
|